December 26, 2018

R Markdown Presentation & Plotly

Create a web page presentation using R Markdown that features a plot created with Plotly. Host your webpage on either GitHub Pages, RPubs, or NeoCities. Your webpage must contain the date that you created the document, and it must contain a plot created with Plotly. We would love to see you show off your creativity!

The Interactive Plots presented in this Assignment are as follows -

  1. A Heatmap depicting the Daily Ozone Levels in New York over a period of 5 months (May to September 1973).
  2. A Time-Series chart of the Population of the United States (in millions) for the period 1790-1970.

Data Processing for Plot 1 : Heatmap R Code

## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout

Plotly - Interactive Plot 1: Heatmap

Plot 2 : Time-Series Chart R Code

Plotly - Interactive Plot 2: Time-Series Chart